home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-11-20 | 29.5 KB | 1,591 lines |
- // PGM -- little grass sprig, not too useful yet
- grass1
- {
- spritegen oriented
- cull twosided
- {
- map sprites/grass.tga
- blendFunc GL_ONE GL_ONE
- rgbGen identity
- }
- }
-
- fire6
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_7.tga
- blendFunc GL_ONE GL_ONE
- rgbGen fromEntity
- alphaGen fromEntity
- }
- }
-
- fire6flip
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_7_flip.tga
- blendFunc GL_ONE GL_ONE
- rgbGen fromEntity
- alphaGen fromEntity
- }
- }
-
- // JPW - dust ball projected sprites
- dustball
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/dirt1_1.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // rgbGen entity
- alphaGen vertex
- }
- }
-
- // JPW - flare FX for jabberwock eyebeam
- eyebeam_flare
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/sprites/flare_main.tga
- blendFunc GL_SRC_ALPHA GL_ONE
- alphagen vertex
- }
- }
-
- // JPW - turbulent spinny ice effect thing
- turbulentice
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/f2_iceeffect5.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
-
- // JPW - "spark" billboard for Alice spark emitters
- spark1
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/decals/spark_hit.tga
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- blendfunc gl_one gl_one
- }
- }
-
- // DHM - brighter spark
- spark2
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/decals/spark_hit.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // JPW -- brighter blue spark
- bluespark
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/decals/bluespark.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // JPW - color-modulateable whitemapped smoke shader
- whitemapsmoke
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/whitemapsmoke.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // JPW - same smoke but with RGB detail instead of whitemap
- detailsmoke
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/detailsmoke.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // JPW - "spark" center billboard
- sparkcenter1
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/spark.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // JPW - frozen in block of ice sprite
- icecubebit
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/f2_icebit.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // PGM -- ice wand attack effect sprite
- icebit
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/f2_iceeffect.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- icepuff
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/f2_icepuff.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // PGM - playing cards thrown out in card attack
- playingcard
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/cardface.tga
- rgbGen identity
- }
- }
-
- ash1
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/asheffect01.tga
- blendFunc GL_ONE GL_ONE
- rgbGen fromEntity
- alphaGen fromEntity
- }
- }
-
- ash2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/asheffect02.tga
- blendFunc GL_ONE GL_ONE
- rgbGen fromEntity
- alphaGen fromEntity
- }
- }
-
- fire7
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_7.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- fire8
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_7.tga
- blendFunc GL_ONE GL_ONE
- rgbGen fromEntity
- alphaGen fromEntity
- }
- }
-
- fire9
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_7.tga
- blendFunc GL_ONE GL_ONE
- // rgbGen fromEntity
- // alphaGen fromEntity
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- firesmoke
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/f2_smokepart3.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // rgbGen fromEntity
- // alphaGen fromEntity
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- // PGM - ice "smoke" effect
- icesmoke
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/icepuff.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- sparkparticle
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/f2_yellowspark.tga
- blendFunc GL_ONE GL_ONE
- rgbGen fromEntity
- }
- }
-
- // DHM - testing Ritual waterfall effects
- fall
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/fall.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- watersplash
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/watersplash.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood1
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood3
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- //map sprites/blood3.tga
- map sprites/blood_drip.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood4
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood4.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- bloodsplat
- {
- spritegen oriented
- cull twosided
- surfaceparm nolightmap
- {
- map textures/decals/blood_splat.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- }
- }
-
-
- //////////////////////////////////////////////////
- // DHM -- New blood
- //////////////////////////////////////////////////
-
- blood_drip
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood_drip.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood_drip2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood_drip2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood_spray
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood_spray.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- blood_spray2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood_spray2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- bspray2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/blood_spray2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- green_blood_drip
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/grn_blood_drip.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- green_blood_drip2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/grn_blood_drip2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- green_blood_spray
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/grn_blood_spray.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- green_blood_spray2
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/grn_blood_spray2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // ==================================================
- // DHM - temporary fix for the Croquet Mallet weapon
- // ==================================================
- croquet
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/croquet.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- }
- }
-
- // JUMP TARGET
- targeted
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/jump_base1_1.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen wave sin .5 0.5 0 0.5
- alphagen vertex
- }
- //{
- //map sprites/jump_base1_1.tga
- //blendfunc add
- //rgbGen wave sin .5 0.5 0 0.5
- // alphaGen vertex
- //}
- }
-
- pepper
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/pepper.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // JAY METAESSENCE
- meta
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/meta.tga
- blendFunc GL_ONE GL_ONE
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // JPW -- different metaessence, desaturated texture for rgbgen stuffs
- metared
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/metared.tga
- blendFunc GL_ONE GL_ONE
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // JPW -- different metaessence, desaturated texture for rgbgen stuffs
- metadesat
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/metadesat.tga
- blendFunc GL_ONE GL_ONE
- alphaGen vertex
- rgbGen vertex
- }
- }
-
-
- // DHM - enemy impact ring - metaessence
- meta_ring
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/meta_ring.tga
- blendFunc GL_ONE GL_ONE
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // Diamond Guard ZAPPO!!!!
- zappo
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/zappo.tga
- //blendfunc gl_one gl_one
- blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // DHM - Ragebox Gas
- ragegas
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/ragegas.tga
- blendfunc GL_ONE GL_ONE
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // JPW -- real ragegas, other ragegas used for grasshopper tea
- redgas
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- surfaceparm trans
- {
- map sprites/redgas.tga
- blendfunc GL_ONE GL_ONE
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- // PGM - lightning source point lens flare
- lightning_flare
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/flare_blu03.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- }
- }
-
- // PGM - acid drip
- acid_drip
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- clampmap sprites/acid_drip.tga
- blendFunc blend
- rgbGen vertex
- }
- }
-
- // DHM - Nightmare Spider Poison Spray
- poison_spray
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- clampmap sprites/acid_drip.tga
- blendFunc add
- rgbGen vertex
- }
- }
-
- textures/chess/railing1_2
- {
- qer_editorimage textures/chess/railing1_2.tga
- surfaceparm alphashadow
- surfaceparm trans
- cull disable
- {
- map textures/chess/railing1_2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaFunc GE128
- depthWrite
- rgbGen identity
- }
- {
- map $lightmap
- //blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
- rgbGen identity
- blendFunc GL_DST_COLOR GL_ZERO
- depthFunc equal
- }
- }
- textures/jlair/railing1_2
- {
- qer_editorimage textures/jlair/railing1_2.tga
- surfaceparm alphashadow
- surfaceparm trans
- cull disable
- {
- map textures/jlair/railing1_2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaFunc GE128
- depthWrite
- rgbGen identity
- }
- {
- map $lightmap
- //blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
- rgbGen identity
- blendFunc GL_DST_COLOR GL_ZERO
- depthFunc equal
- }
- }
- textures/jlair/railing1_3
- {
- qer_editorimage textures/jlair/railing1_3.tga
- surfaceparm alphashadow
- surfaceparm trans
- cull disable
- {
- map textures/jlair/railing1_3.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaFunc GE128
- depthWrite
- rgbGen identity
- }
- {
- map $lightmap
- //blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
- rgbGen identity
- blendFunc GL_DST_COLOR GL_ZERO
- depthFunc equal
- }
- }
- //red chess railing
- textures/chess_red/railing1_2
- {
- qer_editorimage textures/chess_red/railing1_2.tga
- surfaceparm alphashadow
- surfaceparm trans
- cull disable
- {
- map textures/chess_red/railing1_2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaFunc GE128
- depthWrite
- rgbGen identity
- }
- {
- map $lightmap
- //blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
- rgbGen identity
- blendFunc GL_DST_COLOR GL_ZERO
- depthFunc equal
- }
- }
- // water oriented ripple
- ripple
- {
- cull none
- spriteGen oriented
- {
- map textures/sprites/ripple.tga
- blendFunc GL_ONE GL_ONE
- // alphaGen vertex
- rgbGen vertex
- }
- }
-
- ripple_moving
- {
- cull none
- spriteGen oriented
- {
- map textures/sprites/ripple.tga
- blendFunc GL_ONE GL_ONE
- // alphaGen vertex
- rgbGen vertex
- }
- }
-
- ripple_still
- {
- cull none
- spriteGen oriented
- {
- map textures/sprites/ripple1_2.tga
- blendFunc GL_ONE GL_ONE
- // alphaGen vertex
- rgbGen vertex
- }
- }
-
- // JPW -- greenhaw's updated fire shaders
- animfire
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- animMap 1.2 textures/special/fireball1_1.tga textures/special/fireball1_2.tga textures/special/fireball1_3.tga textures/special/fireball1_4.tga textures/special/fireball1_5.tga textures/special/fireball1_6.tga textures/special/fireball1_7.tga textures/special/fireball1_8.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire1
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_1.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire2
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_2.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire3
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_3.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire4
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_4.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire5
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_5.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire6
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_6.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire7
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_7.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rfire8
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/fireball1_8.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- animrsmoke
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- animMap 1.2 textures/special/rsmoke_01.tga textures/special/rsmoke_02.tga textures/special/rsmoke_03.tga textures/special/rsmoke_04.tga textures/special/rsmoke_05.tga textures/special/rsmoke_06.tga textures/special/rsmoke_07.tga textures/special/rsmoke_08.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke1
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_01.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke2
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_02.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke3
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_03.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke4
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_04.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke5
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_05.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke6
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_06.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke7
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_07.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- rsmoke8
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/rsmoke_08.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- bubble
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/bubble01_1sh.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
-
- animgsmoke
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- animMap 1.2 textures/special/grysmoke_01.tga textures/special/grysmoke_02.tga textures/special/grysmoke_03.tga textures/special/grysmoke_04.tga textures/special/grysmoke_05.tga textures/special/grysmoke_06.tga textures/special/grysmoke_07.tga textures/special/grysmoke_08.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke1
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_01.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke2
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_02.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke3
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_03.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke4
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_04.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke5
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_05.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke6
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_06.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke7
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_07.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- gsmoke8
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/special/grysmoke_08.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- alphaGen vertex
- }
- }
- animsplode
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- animMap 16 textures/special/j_explode2_1.tga textures/special/j_explode2_2.tga textures/special/j_explode2_3.tga textures/special/j_explode2_4.tga textures/special/j_explode2_5.tga textures/special/j_explode2_6.tga textures/special/j_explode2_7.tga textures/special/j_explode2_8.tga
- // map textures/special/j_explode2_1.tga
- blendFunc GL_ONE GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
-
-
- mushroom_steam
- {
- spritegen oriented
- cull twosided
- surfaceparm nolightmap
- {
- map textures/sprites/steam.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen const 1 1 1
- alphaGen vertex
- }
- }
-
-
- steam
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/sprites/steam.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen const 1 1 1
- alphaGen vertex
- }
- }
-
- hattersteam
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/sprites/hattersteam.tga
- blendFunc GL_SRC_ALPHA GL_ONE
- rgbGen vertex
- alphaGen vertex
- }
- }
- // jpw
-
- steamhot
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/sprites/steamhot.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen const 1 1 1
- alphaGen vertex
- }
- }
-
-
- //seafan for underwater temple alpha
- textures/sprites/seafan06sh
- {
- qer_editorimage textures/sprites/seafan06sh.tga
- //surfaceparm nolightmap
- surfaceparm trans
- {
- map textures/sprites/seafan06sh.tga
- blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphafunc gt0
- }
- {
- map $lightmap
- blendfunc filter
- depthfunc equal
- rgbGen identity
- }
- }
-
- // lens flare for slutface
- flare_main
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- qer_editorimage textures/sprites/flare_main.tga
- {
- map textures/sprites/flare_main.tga
- blendFunc gl_one gl_one
- rgbGen vertex
- }
- }
- spore
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/spore.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
- spore-yellow
- {
- spritegen parallel_oriented
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/spore-yellow.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaGen vertex
- rgbGen vertex
- }
- }
-
- supra-green // JPW
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/flare-green.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- supra-green-roll // JPW
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map sprites/flare-green.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- shockwave-desat
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/sprites/shokwave.tga
- blendfunc gl_src_alpha gl_one_minus_src_alpha
- alphagen vertex
- rgbgen vertex
- }
- }
-
- supra
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/supra.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- bam
- {
- //deformvertexes autosprite
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/bam.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- fthrow
- {
- //deformvertexes autosprite
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/bam.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- supra_p
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/supra_p.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- b_yellow
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/bam_yellow.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- bam_t
- {
- //deformvertexes autosprite
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/bam_t.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
-
- oil
- {
- //deformvertexes autosprite
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/decals/oil.tga
-
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- // tcmod rotate 200
- //alphagen vertex
- rgbGen vertex
- }
- }
-
- gas
- {
- //deformvertexes autosprite
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map textures/decals/gas.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphagen constant .1
- rgbGen vertex
- }
- }
-
- galaxy
- {
- deformvertexes autosprite
- //spritegen parallel
- cull twosided
- {
- map models/fx/sprite/galaxy.tga
- blendfunc gl_one gl_one
- }
- }
-
- alice_halo1
- {
- deformvertexes autosprite
- cull disable
- {
- map textures/sprites/small_flare.tga
- blendfunc gl_one gl_one
- alphagen vertex
- rgbGen vertex
- }
- }
-
- large_bam
- {
- deformvertexes autosprite
- //spritegen parallel
- cull twosided
- {
- map textures/decals/large_bam.tga
- blendfunc gl_one gl_one
- }
- }
-
- small_bam
- {
- deformvertexes autosprite
- //spritegen parallel
- cull twosided
- {
- map textures/decals/small_bam.tga
- blendfunc gl_one gl_one
- alphagen vertex
- rgbGen vertex
- }
- }
-
- red_bam
- {
- deformvertexes autosprite
- //spritegen parallel
- cull twosided
- {
- map textures/decals/red_bam.tga
- blendfunc gl_one gl_one
- alphagen vertex
- rgbGen vertex
- }
- }
-
- bam_roll
- {
- //deformvertexes autosprite
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- {
- map models/fx/sprite/bam.tga
- blendfunc gl_one gl_one
- //blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- tcmod rotate 200
- alphagen vertex
- rgbGen vertex
- }
- }
- water_drip
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- qer_editorimage sprites/water_drip.tga
- {
- map sprites/water_drip.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- }
- }
- water_drip2
- {
- spritegen parallel
- cull twosided
- surfaceparm nolightmap
- qer_editorimage sprites/water_drip2.tga
- {
- map sprites/water_drip2.tga
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- rgbGen vertex
- }
- }
-
-